home *** CD-ROM | disk | FTP | other *** search
/ Openstep 4.2 (Developer) / Openstep Developer 4.2.iso / NextDeveloper / Examples / AppKit / TextEdit / PB.project < prev    next >
Encoding:
Text File  |  1996-11-14  |  2.9 KB  |  97 lines

  1. {
  2.     APPCLASS = NSApplication; 
  3.     DYNAMIC_CODE_GEN = YES; 
  4.     FILESTABLE = {
  5.         CLASSES = (
  6.             Document.m, 
  7.             DocumentReadWrite.m, 
  8.             Controller.m, 
  9.             MultiplePageView.m, 
  10.             ScalingScrollView.m, 
  11.             TextFinder.m, 
  12.             Preferences.m
  13.         ); 
  14.         FRAMEWORKS = (AppKit.framework, Foundation.framework); 
  15.         FRAMEWORKSEARCH = (); 
  16.         H_FILES = (
  17.             Document.h, 
  18.             Controller.h, 
  19.             MultiplePageView.h, 
  20.             TextFinder.h, 
  21.             ScalingScrollView.h, 
  22.             Preferences.h
  23.         ); 
  24.         IMAGES = (Edit.tiff, EditApp.ico, EditTitle.tiff); 
  25.         INTERFACES = (
  26.             Document.nib, 
  27.             "Edit-winnt.nib", 
  28.             Edit.nib, 
  29.             EncodingAccessory.nib, 
  30.             FindPanel.nib, 
  31.             Info.nib, 
  32.             Preferences.nib
  33.         ); 
  34.         LIBRARYSEARCH = (); 
  35.         M_FILES = (); 
  36.         OTHER_LIBS = (); 
  37.         OTHER_LINKED = (Edit_main.m); 
  38.         OTHER_RESOURCES = (Encodings.txt, FindPanel.strings, Localizable.strings); 
  39.         OTHER_SOURCES = (
  40.             Makefile.preamble, 
  41.             Makefile, 
  42.             Makefile.postamble, 
  43.             m.template, 
  44.             h.template, 
  45.             TextEdit.rtf, 
  46.             EditRTF.ico, 
  47.             EditRTFD.ico, 
  48.             EditTXT.ico, 
  49.             rtf.tiff, 
  50.             rtfd.tiff, 
  51.             text.tiff, 
  52.             README.rtf
  53.         ); 
  54.         PRECOMPILED_HEADERS = (); 
  55.         PROJECT_HEADERS = (); 
  56.         PUBLIC_HEADERS = (); 
  57.     }; 
  58.     GENERATEMAIN = NO; 
  59.     LANGUAGE = English; 
  60.     LOCALIZABLE_FILES = {
  61.         Document.nib = Document.nib; 
  62.         "Edit-winnt.nib" = "Edit-winnt.nib"; 
  63.         Edit.nib = Edit.nib; 
  64.         EncodingAccessory.nib = EncodingAccessory.nib; 
  65.         FindPanel.nib = FindPanel.nib; 
  66.         FindPanel.strings = FindPanel.strings; 
  67.         Info.nib = Info.nib; 
  68.         Localizable.strings = Localizable.strings; 
  69.         Preferences.nib = Preferences.nib; 
  70.     }; 
  71.     MAKEFILEDIR = "$(NEXT_ROOT)/NextDeveloper/Makefiles/project"; 
  72.     NEXTSTEP_APPICON = Edit.tiff; 
  73.     NEXTSTEP_BUILDTOOL = /bin/gnumake; 
  74.     NEXTSTEP_DOCUMENTEXTENSIONS = (
  75.         {Extension = ""; Image = text.tiff; }, 
  76.         {Extension = rtf; Image = rtf.tiff; }, 
  77.         {Extension = rtfd; Image = rtfd.tiff; }
  78.     ); 
  79.     NEXTSTEP_INSTALLDIR = /NextDeveloper/Demos; 
  80.     NEXTSTEP_MAINNIB = Edit; 
  81.     PDO_UNIX_BUILDTOOL = $NEXT_ROOT/NextDeveloper/bin/make; 
  82.     PDO_UNIX_MAINNIB = Edit; 
  83.     PROJECTNAME = TextEdit; 
  84.     PROJECTTYPE = Application; 
  85.     PROJECTVERSION = 2.6; 
  86.     SYSTEMEXTENSIONS = (); 
  87.     TARGETS = (); 
  88.     WINDOWS_APPICON = EditApp.ico; 
  89.     WINDOWS_BUILDTOOL = $NEXT_ROOT/NextDeveloper/Executables/make; 
  90.     WINDOWS_DOCUMENTEXTENSIONS = (
  91.         {Extension = rtf; Image = EditRTF.ico; }, 
  92.         {Extension = rtfd; Image = EditRTFD.ico; }
  93.     ); 
  94.     WINDOWS_INSTALLDIR = /NextDemos; 
  95.     WINDOWS_MAINNIB = Edit; 
  96. }
  97.